home *** CD-ROM | disk | FTP | other *** search
/ Celestin Apprentice 4 / Apprentice-Release4.iso / Demos / Codeworks 0.94b3 / Codeworks® WWW Demo Doc. / Scripting Manual.doc / Scripting Manual.doc.rsrc / TEXT_149.txt < prev    next >
Encoding:
Text File  |  1995-05-01  |  1.2 KB  |  28 lines

  1. Section 2
  2.  
  3.  
  4.  
  5. Fundamental
  6. Objects
  7.  
  8.  
  9.  
  10.  
  11.  
  12. About This Section
  13.     
  14.     This section discusses the various standard objects in the system.  These are common objects that you will use often in your programs.  Within each chapter, the fundamentals of how the object works is discussed, followed by messages with examples.  You may choose to jump around the section, reading only the fundamentals, and leave the message details for later.  Or you can read each chapter in  full as you need those objects.
  15.  
  16.     The objects discussed in this section are:
  17. Numbers    Numbers represent quantities.  They can be integers or floating point values.  They understand arithmetic and comparison operations.  There are two kinds of numbers: standard and extended precision.
  18.  
  19. Strings    Strings are collections of characters.  They can be combined and divided up.
  20.  
  21. Groups    Groups are collections of objects: such as a set, or a sequence.  Groups are a powerful way of handling multiple objects.
  22.  
  23. Misc. Objects    This chapter discusses the objects transcript, user, folder and time.
  24.  
  25. Special Objects    This chapter discusses the objects ???, nil, false, true.
  26.  
  27. Object    The messages that object understand are inherited by all objects.  There are several common messages and messages for object introspection.
  28.